home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2002 April
/
Disc 2
/
PCUSER0402D2.iso
/
software
/
utils
/
files
/
wincron.exe
/
data1.cab
/
Sample_Scripts
/
Include
/
win32.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-10-20
|
275 b
|
18 lines
#ifndef _CSWIN32
#define _CSWIN32
#pragma push_safeptr
unsigned long GetEnvironmentVariable(const char* name, char* buffer, unsigned long size);
int SetEnvironmentVariable(const char* name, const char* value);
#pragma pop_ptr
#endif /* _CSWIN32 */